home *** CD-ROM | disk | FTP | other *** search
- #define WALL 100
- #define WHITE 1
- #define BLACK 0
- #define BLANK 2
- #define DELETE -100
- #define FREE_CELL -101
-
- #define WHITE_COL 15
- #define BLACK_COL 8
-
- #define BANX 180
- #define BANY 30
- #define ISHI_R 11
-
- #define NOEVENT 0
- #define LEFT_BOTTON 1
- #define RIGHT_BOTTON 2
- #define LEFT_RIGHT_BOTTON 3
- #define ABC_KEY 4
- #define ENTER_KEY 5
-
- #define NORMAL 0
- #define SPECIAL 1
- #define TMP 2
-
- #define NORMAL_CELL 0
- #define BOTTOM_CELL -1
- #define HEAD_CELL -2
- #define BOTTOM_PREV_CELL 1
- #define REPEAT_CANNOT_BOTTOM_CELL 2
- #define REPEAT_CANNOT_HEAD_CELL 3
-
- #define NO_BROTHER 0
- #define NO_LAST_BROTHER 1
- #define LAST_BROTHER 2
-
- #define MAX_TE_NUMBER 1000
-
- #define HANDY_STONE -1
-
- typedef struct {
- int menu_no;
- char menu_name[11];
- } MENU_ITEM;
-